(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 24 Feb 2007 02:43:10 +0000 (02:43 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 24 Feb 2007 02:43:10 +0000 (02:43 +0000)
member `min_handle'.

src/macterm.h

index d56287c348cbdd4ef36bea54016075255a881e8e..3d0b41f6efee9fd04f6fe92a52c891c0d75daf59 100644 (file)
@@ -436,6 +436,9 @@ struct scroll_bar {
   /* The position and size of the scroll bar handle track area in
      pixels, relative to the frame.  */
   Lisp_Object track_top, track_height;
+
+  /* Minimum length of the scroll bar handle, in pixels.  */
+  Lisp_Object min_handle;
 #endif
 };